-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go/badger: bump badger version #3142
Conversation
87f9b07
to
b32c6ff
Compare
Looking at the failure, this may require disabling conflict detection by setting the |
769e0d6
to
322aaf6
Compare
That fixed the failure, thanks! |
Codecov Report
@@ Coverage Diff @@
## master #3142 +/- ##
==========================================
+ Coverage 68.72% 68.87% +0.15%
==========================================
Files 383 383
Lines 37462 37463 +1
==========================================
+ Hits 25744 25801 +57
+ Misses 8435 8374 -61
- Partials 3283 3288 +5
Continue to review full report at Codecov.
|
c678eb7
to
fb13f7e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The 72h long-term tests shows no issues.
Just noticed that Badger master has some additional fixes in comparison to rc3. Will run some tests using that (commit |
fb13f7e
to
8c7734f
Compare
Ok, bumped badger in this PR to use that commit as well. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Long-term test on the new version is still running, but no issues so far. I'll keep it running but I think we can merge this.
TODO: